Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Aug 16, 2024
1 parent d21e120 commit ec3ebb5
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@ public interface TelemetryEventTracker {
* http://rollbar.com/test/api</a>").
* @param statusCode the response status code (e.g. "404").
*/
void recordNetworkEventFor(Level level, Source source, String method, String url, String statusCode);
void recordNetworkEventFor(
Level level,
Source source,
String method,
String url,
String statusCode
);
}

0 comments on commit ec3ebb5

Please sign in to comment.