Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jan 7, 2024
1 parent 8f6d679 commit 5943f0b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public interface RestDelegate {
* @throws RadioBrowserException if the sever sent a non-OK response.
* */
List<Station> postWithListOfStation(String path,
Map<String,
String> requestParams);
Map<String, String> requestParams);

/** Sends a POST request to the remote server. The
* body gets transferred as
Expand Down

0 comments on commit 5943f0b

Please sign in to comment.