Skip to content

Commit

Permalink
updated a trailing whitespace in gensaiprotorpc.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
raghunandan403 committed Mar 7, 2024
1 parent 9b1bff1 commit a4ec74a
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 a4ec74a

Please sign in to comment.