Skip to content

Commit

Permalink
updated a trailing whitespace in gensaiprotorpc.pl
Browse files Browse the repository at this point in the history
Signed-off-by: raghunandan403 <[email protected]>
  • Loading branch information
raghunandan403 committed Mar 7, 2024
1 parent 4a81c8d commit 91f03f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/gensaiprotorpc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@

say colored( 'Generating ProtoBuf files...', 'bold blue' );
chdir $gen_dir;
system('protoc --cpp_out=. --proto_path=.. sai.proto') == 0 or die colored("Command failed: $!", "red");
system('protoc --cpp_out=. --proto_path=.. sai.proto') == 0 or die colored("Command failed: $!", "red");
chdir $run_dir;


Expand Down

0 comments on commit 91f03f4

Please sign in to comment.