Skip to content

Commit eea0db3

Browse files
committed
Update default format
This reflects changes in the CurveTable module that move responsibility for rounding from caller to callee.
1 parent cabea77 commit eea0db3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage: <main class> [options]
1818
The format to print each file as. `%n` for file name excluding prefix
1919
and extension, `%m` for `%n` but right-padded with whitespaces so that
2020
all names are of equal length, and `%v` for curve values.
21-
Default: -->|%m =%v<!--
21+
Default: -->|%m =%v<!--
2222
--help
2323
Shows this information.
2424
--prefix

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = com.fwdekker
2-
version = 1.1.0
2+
version = 1.1.1
33

44
kotlin.code.style = official
55

src/main/kotlin/com/fwdekker/falloutcurvetable/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Args {
4242
"and `%v` for curve values.",
4343
required = false
4444
)
45-
var format: String = " -->|%m =%v<!--"
45+
var format: String = " -->|%m =%v<!--"
4646

4747
@Parameter(names = ["--help"], help = true, description = "Shows this information.")
4848
var help: Boolean = false

0 commit comments

Comments
 (0)