Skip to content

Commit 590cce6

Browse files
Update scalafmt-core to 3.8.2 (#379)
* Update scalafmt-core to 3.8.2 * Reformat with scalafmt 3.8.2 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.8.2' to .git-blame-ignore-revs
1 parent cfbaff8 commit 590cce6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Scala Steward: Reformat with scalafmt 3.7.0
22
7939505c0eb8b06e25c372c5bbe0da3272c65b81
3+
4+
# Scala Steward: Reformat with scalafmt 3.8.2
5+
f5a756f05939939b4a30a4109f1a3b2cf472d85a

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test upgrades: $ scripts/scalafmt --test 2> diff.txt
2-
version = 3.8.1
2+
version = 3.8.2
33
runner.dialect = scala213source3
44
preset = default
55

sconfig/shared/src/main/scala/org/ekrich/config/impl/BadMap.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ object BadMap {
7373
773, 787, 797, 809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863, 877,
7474
881, 883, 887, 907, 911, 919, 929, 937, 941, 947, 953, 967, 971, 977, 983,
7575
991, 997, 1009, /* now we start skipping some, this is arbitrary */
76-
2053, 3079, 4057, 7103, 10949, 16069, 32609, 65867, 104729)
76+
2053, 3079, 4057, 7103, 10949, 16069, 32609, 65867, 104729
77+
)
7778

7879
private def nextPrime(i: Int): Int =
7980
primes.find(p => p > i).getOrElse(primes(primes.length - 1))

0 commit comments

Comments
 (0)