Skip to content

Commit 2e3fec2

Browse files
committed
Nit spacing
1 parent 90a32e4 commit 2e3fec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/proto/ess.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ service EncryptedStorageService {
1111
message GetObjectRequest {
1212
/*
1313
All APIs operate within a single storeId.
14-
StoreId is keyspace identifier. Ref: https://en.wikipedia.org/wiki/Keyspace_(distributed_data_store)
14+
StoreId is keyspace identifier.
15+
Ref: https://en.wikipedia.org/wiki/Keyspace_(distributed_data_store)
1516
It is up to clients to use single or multiple store's for their usage.
1617
*/
1718
string storeId = 1;

0 commit comments

Comments
 (0)