Skip to content

Commit

Permalink
Fix linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
masihyeganeh committed Apr 29, 2024
1 parent a2d01f9 commit 025c9f7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build/bridge/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ import (
)

const (
repoPath = "."
binaryName = "coreumbridge-xrpl"
binaryPath = "bin/" + binaryName
testsDir = repoPath + "/integration-tests"
goCoverFlag = "-cover"
binaryOutputFlag = "-o"
repoPath = "."
binaryName = "coreumbridge-xrpl"
binaryPath = "bin/" + binaryName
testsDir = repoPath + "/integration-tests"
goCoverFlag = "-cover"
)

// BuildRelayer builds all the versions of relayer binary.
Expand Down

0 comments on commit 025c9f7

Please sign in to comment.