Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Aug 1, 2023
1 parent 72f8f74 commit 9352f29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -852,4 +852,3 @@ public interface KLogger {
@Deprecated("Use error instead", ReplaceWith("error(t, marker, msg)"))
public fun error(marker: Marker?, msg: String?, t: Throwable?): Unit = error(t, marker) { msg }
}

0 comments on commit 9352f29

Please sign in to comment.