Skip to content

Commit

Permalink
chore: lint proto
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 10, 2024
1 parent e34b351 commit 69fa47c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 46 deletions.
2 changes: 1 addition & 1 deletion proto/exocore/exomint/v1/params.proto
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";
package exocore.exomint.v1;

import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/ExocoreNetwork/exocore/x/exomint/types";

Expand Down
1 change: 0 additions & 1 deletion proto/exocore/exomint/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package exocore.exomint.v1;

import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "cosmos/base/query/v1beta1/pagination.proto";

import "exocore/exomint/v1/params.proto";

Expand Down
30 changes: 15 additions & 15 deletions x/exomint/types/params.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 24 additions & 29 deletions x/exomint/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69fa47c

Please sign in to comment.