Skip to content

Commit

Permalink
fix syntax error in service.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianpilz committed Aug 14, 2024
1 parent 1edb85c commit 5290b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/combined/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package t2iapi.combined;

import "t2iapi/combined/combined_requests.proto";
import "t2iapi/context/context_responses.proto";
import "t2iapi/basic_requests.proto"
import "t2iapi/basic_requests.proto";
import "t2iapi/basic_responses.proto";

option java_package = "com.draeger.medical.t2iapi.combined";
Expand Down

0 comments on commit 5290b7a

Please sign in to comment.