File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
modules/api/src/main/scala/com/github/andyglow/websocket Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
44# Scala Steward: Reformat with scalafmt 3.7.17
55b24ba10341261bd7f44e08fc26862d43b860f06a
6+
7+ # Scala Steward: Reformat with scalafmt 3.8.4
8+ cbb28af43af57945f6096c40a0fb8ee1d11a4a68
Original file line number Diff line number Diff line change 1- version = "3.8.3 "
1+ version = "3.8.4 "
22runner.dialect = scala213
33maxColumn = 120
44project.git = true
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments