Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Remove optional semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
tt committed Oct 4, 2018
1 parent 8c4a0cc commit 73b7ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if err != nil {
//
}
if !exists {
stream :=;
stream :=
hub.UploadLayer("example/repo", digest, stream)
}
```
Expand Down

0 comments on commit 73b7ab4

Please sign in to comment.