Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Mar 19, 2012
1 parent 3ce0964 commit 70f8cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ public String home(SitePreference sitePreference, Model model) {
return "home";
}
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import org.springframework.ui.Model;

public class HomeControllerTest {

private HomeController controller = new HomeController();

@Test
public void homePageMobileSitePreference() {
Model model = new ExtendedModelMap();
Expand Down

0 comments on commit 70f8cc3

Please sign in to comment.