Skip to content

Commit 3e19f3e

Browse files
committed
Update nimble format, take 2
1 parent 3a6f86e commit 3e19f3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

maybe.nimble

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Package
2-
name = "maybe"
2+
33
version = "2.0"
44
author = "superfunc"
55
description = "A maybe type for nim."
@@ -8,4 +8,5 @@ srcDir = "src"
88
skipDirs = @["examples"]
99

1010
# Deps
11-
requires = "nim >= 0.9.6"
11+
12+
requires "nim >= 0.9.6"

0 commit comments

Comments
 (0)