Index: Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java
===================================================================
--- Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java	(revision 55c01195e578344bd341b71140a2f3b1f44782d7)
+++ Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java	(revision 023f79c76c5ed7955c6b9873415b35b266314782)
@@ -22,15 +22,15 @@
 
     @PostMapping
-    public String submit (@RequestParam String name,
-                          @RequestParam Gender gender,
-                          @RequestParam AgeGroup ageGroup,
-                          @RequestParam Size size,
-                          @RequestParam Species species,
-                          @RequestParam String breed,
-                          @RequestParam String urlimage) {
+    public String submit(@RequestParam String name,
+                         @RequestParam Gender gender,
+                         @RequestParam AgeGroup ageGroup,
+                         @RequestParam Size size,
+                         @RequestParam Species species,
+                         @RequestParam String breed,
+                         @RequestParam String urlimage) {
 
-            this.postService.submit(name, gender, ageGroup, size, species, breed, urlimage);
+        this.postService.submit(name, gender, ageGroup, size, species, breed, urlimage);
 
-            return null;
+        return null;
     }
 }
