Skip to content

Commit efba444

Browse files
committed
break and verify auto fix
1 parent efc28bb commit efba444

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cre/go/installer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func main() {
12-
gen := &pkg.ProtocGen{Plugins: []pkg.Plugin{pkg.GoPlugin}}
12+
gen := &pkg.ProtocGen{Plugins: []pkg.Plugin{pkg.GoPlugin}}
1313
mustGenAndMove(gen, "values/v1/values.proto", "pb")
1414
mustGenAndMove(gen, "sdk/v1alpha/sdk.proto", "")
1515
mustGenAndMove(gen, "tools/generator/v1alpha/cre_metadata.proto", "")

cre/sdk/v1alpha/sdk.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "google/protobuf/empty.proto";
77
import "values/v1/values.proto";
88

99
enum AggregationType {
10-
AGGREGATION_TYPE_UNSPECIFIED = 0;
10+
AGGREGATION_TYPE_UNSPECIFIED = 0;
1111
AGGREGATION_TYPE_MEDIAN = 1;
1212
AGGREGATION_TYPE_IDENTICAL = 2;
1313
AGGREGATION_TYPE_COMMON_PREFIX = 3;

0 commit comments

Comments
 (0)