Skip to content

Commit 3e33e2e

Browse files
committed
a reformat code
1 parent 808f4ce commit 3e33e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

approvaltests-util/src/main/java/com/spun/util/io/NetUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
**/
1515
public class NetUtils
1616
{
17-
public static String loadWebPage(String url) {
17+
public static String loadWebPage(String url)
18+
{
1819
return loadWebPage(url, null);
1920
}
2021
public static String loadWebPage(String url, String parameters)

0 commit comments

Comments
 (0)