Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abarabash-sift committed Oct 9, 2024
1 parent a24d3fe commit 98b0e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
services:
zk1:
zookeeper:
image: zookeeper:3.5
ports:
- 2181:2181
Expand Down
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (c *Client) Update(path string, data []byte, acl []zk.ACL) (*ZNode, error)
return c.Read(path)
}

// Close the connection
// Close the connection.
func (c *Client) Close() {
c.zkConn.Close()
}
Expand Down

0 comments on commit 98b0e15

Please sign in to comment.