Skip to content

Commit 29d789d

Browse files
committed
minor fixes
1 parent 46587f8 commit 29d789d

File tree

3 files changed

+34
-36
lines changed

3 files changed

+34
-36
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ install-format:
126126
@if ! command -v gofumpt > /dev/null; then \
127127
echo "🔄 - Installing gofumpt $(gofumpt_version)..."; \
128128
go install $(gofumpt)@$(gofumpt_version); \
129-
@echo "✅ - Installed gofumpt successfully!"; \
130-
@echo ""; \
129+
echo "✅ - Installed gofumpt successfully!"; \
130+
echo ""; \
131131
fi
132132

133133
format: install-format
@@ -139,14 +139,14 @@ install-lint:
139139
@if ! command -v golangci-lint > /dev/null; then \
140140
echo "🔄 - Installing golangci-lint $(golangci_lint_version)..."; \
141141
go install $(golangci_lint)@$(golangci_lint_version); \
142-
@echo "✅ - Installed golangci-lint successfully!"; \
143-
@echo ""; \
142+
echo "✅ - Installed golangci-lint successfully!"; \
143+
echo ""; \
144144
fi
145145
@if ! command -v goimports > /dev/null; then \
146146
echo "🔄 - Installing goimports $(goimports_version)..."; \
147147
go install $(goimports)@$(goimports_version); \
148-
@echo "✅ - Installed goimports successfully!"; \
149-
@echo ""; \
148+
echo "✅ - Installed goimports successfully!"; \
149+
echo ""; \
150150
fi
151151

152152
lint: install-lint
@@ -226,8 +226,8 @@ local-image:
226226
git clone https://github.com/strangelove-ventures/heighliner.git; \
227227
cd heighliner && go install; \
228228
cd ..; \
229-
@echo "✅ - Installed heighliner successfully!"; \
230-
@echo ""; \
229+
echo "✅ - Installed heighliner successfully!"; \
230+
echo ""; \
231231
fi
232232
@echo "🔄 - Building Docker Image..."
233233
heighliner build -c juno --local -f ./chains.yaml

proto/buf.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ deps:
1919
- remote: buf.build
2020
owner: googleapis
2121
repository: googleapis
22-
commit: e93e34f48be043dab55be31b4b47f458
23-
digest: shake256:93dbe51c27606999eef918360df509485a4d272e79aaed6d0016940379a9b06d316fc5228b7b50cca94bb310f34c5fc5955ce7474f655f0d0a224c4121dda3c1
22+
commit: 83c0f6c19b2f4ea0b0fd84a80e753659
23+
digest: shake256:20e034fe1562d2ef4137cd7822344d4c29cff8130e112a16e44bc3102be688e9134fae531ec1de7ae18dd660160649db28d160b006c9c70964e3f72a60dc47e3

x/globalfee/types/query.pb.go

Lines changed: 24 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)