Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed May 4, 2020
1 parent 7180a62 commit 618a072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/protos/IPOS.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ option csharp_namespace = "fiskaltrust.ifPOS.v1";
import "bcl.proto";

service POS {
rpc Echo(EchoRequest) returns (EchoResponse) {}
rpc Journal(JournalRequest) returns (JournalResponse) {}
rpc Echo(EchoRequest) returns (EchoResponse) {}
rpc Journal(JournalRequest) returns (JournalResponse) {}
rpc Sign(ReceiptRequest) returns (ReceiptResponse) {}
}

Expand Down Expand Up @@ -108,4 +108,4 @@ message SignaturItem {
int64 ftSignatureType = 20;
string Caption = 30;
string Data = 40;
}
}

0 comments on commit 618a072

Please sign in to comment.