Skip to content

Commit f0582ed

Browse files
Update scalafmt-core to 3.8.4 (#371)
* Update scalafmt-core to 3.8.4 * Reformat with scalafmt 3.8.4 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs
1 parent ce14869 commit f0582ed

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
# Scala Steward: Reformat with scalafmt 3.7.17
55
b24ba10341261bd7f44e08fc26862d43b860f06a
6+
7+
# Scala Steward: Reformat with scalafmt 3.8.4
8+
cbb28af43af57945f6096c40a0fb8ee1d11a4a68

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.8.3"
1+
version = "3.8.4"
22
runner.dialect = scala213
33
maxColumn = 120
44
project.git = true

modules/api/src/main/scala/com/github/andyglow/websocket/Platform.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ trait Platform {
155155
/** We trigger this partial function in case of failures
156156
* @return
157157
*/
158-
def onFailure: PartialFunction[Throwable, Unit] = { case _: Throwable => /* ignore errors */ }
158+
def onFailure: PartialFunction[Throwable, Unit] = { case _: Throwable => /* ignore errors */
159+
}
159160

160161
/** This function is going to be called when the socket is closed.
161162
* @return

0 commit comments

Comments
 (0)