Skip to content

Commit 83e6efc

Browse files
committed
Use tabs in protofile indentation
This is enforced as part of containerd's fmt checks Signed-off-by: Derek McGowan <[email protected]>
1 parent 2e3bebb commit 83e6efc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkg/api/runtimeoptions/v1/api.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ option (gogoproto.unmarshaler_all) = true;
1414
option (gogoproto.goproto_unrecognized_all) = false;
1515

1616
message Options {
17-
// TypeUrl specifies the type of the content inside the config file.
18-
string type_url = 1;
19-
// ConfigPath specifies the filesystem location of the config file
20-
// used by the runtime.
21-
string config_path = 2;
17+
// TypeUrl specifies the type of the content inside the config file.
18+
string type_url = 1;
19+
// ConfigPath specifies the filesystem location of the config file
20+
// used by the runtime.
21+
string config_path = 2;
2222
}

0 commit comments

Comments
 (0)