Skip to content

Commit a961dd2

Browse files
committed
Url: replace tab by spaces.
Should be in 9827abb commit. No code changes. [ci skip]
1 parent d1cf783 commit a961dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/Url.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public final class Url {
5757
public static final String REQUEST_IMPORT_PAGE = "/series/import/request/{id}";
5858
public static final String LIST_IMPORT_REQUESTS_PAGE = "/series/import/requests";
5959

60-
public static final String SUGGEST_SERIES_COUNTRY = "/suggest/series_country";
60+
public static final String SUGGEST_SERIES_COUNTRY = "/suggest/series_country";
6161

6262
public static final String ADD_CATEGORY_PAGE = "/category/add";
6363
public static final String GET_CATEGORIES_PAGE = "/categories";

0 commit comments

Comments
 (0)