Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 1464fbe

Browse files
committed
style: fixed spacing
1 parent 6ca3494 commit 1464fbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ func decrypt(data []byte, p passphrase) decryptedData {
5959

6060
func main() {
6161
// flag vars
62-
var (
63-
fileLocation string
64-
password passphrase
65-
encryptB = false
66-
decryptB = false
67-
mode string
68-
force bool
69-
)
62+
var (
63+
fileLocation string
64+
password passphrase
65+
encryptB = false
66+
decryptB = false
67+
mode string
68+
force bool
69+
)
7070

7171
// flags
7272
flag.StringVar(&fileLocation, "location", "./", "Location of the file")

0 commit comments

Comments
 (0)