Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit fbb9d16

Browse files
committed
fixed missing whitespace
1 parent d534131 commit fbb9d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/spotify/github/v3/exceptions/ReadOnlyRepositoryException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class ReadOnlyRepositoryException extends RequestNotOkException {
3434
* @param msg the msg
3535
*/
3636
public ReadOnlyRepositoryException(
37-
final String method, final String path, final int statusCode, final String msg, final Map<String, List<String>>headers) {
37+
final String method, final String path, final int statusCode, final String msg, final Map<String, List<String>> headers) {
3838
super(method, path, statusCode, msg, headers);
3939
}
4040
}

0 commit comments

Comments
 (0)