Skip to content

Commit cbb28af

Browse files
committed
Reformat with scalafmt 3.8.4
Executed command: scalafmt --non-interactive
1 parent 7cb1d86 commit cbb28af

File tree

1 file changed

+2
-1
lines changed
  • modules/api/src/main/scala/com/github/andyglow/websocket

1 file changed

+2
-1
lines changed

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)