Fix indentation in proto file

This commit is contained in:
Honza 2023-01-31 10:20:00 +01:00
parent fa031d693d
commit b4eeb57b44
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php .
syntax = "proto3";
syntax = "proto3";
package cash.z.wallet.sdk.rpc;
option java_package = "cash.z.wallet.sdk.internal.rpc";
option go_package = "lightwalletd/walletrpc";