indentation changes (#1072)
* rest with spark java * 4 * Update Application.java * indentation changes
This commit is contained in:
parent
d4c1ce44b6
commit
05fa8fc4dd
|
@ -11,3 +11,4 @@ public class Application {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@ public class IndexController {
|
||||||
|
|
||||||
LOGGER.info("Client Device Type: " + deviceType + ", Platform: " + platform);
|
LOGGER.info("Client Device Type: " + deviceType + ", Platform: " + platform);
|
||||||
|
|
||||||
|
|
||||||
return "index";
|
return "index";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue