Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger committed Mar 20, 2015
1 parent d63bfd8 commit d36156d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {

### Application Module:
```java
@Contribute(MinificationCacheWarming.class)
public static void configureMinificationCacheWarming(final OrderedConfiguration<StackExtension> configuration) {
@Contribute(MinificationCacheWarming.class)
public static void configureMinificationCacheWarming(final OrderedConfiguration<StackExtension> configuration) {
configuration.add("stack:core", StackExtension.stack("core"))
configuration.add("module:bootstrap/modal", StackExtension.module("bootstrap/modal"))
configuration.add("stylesheet:tapestry.css", StackExtension.stylesheet('${tapestry.asset.root}/tapestry.css'))
Expand Down

0 comments on commit d36156d

Please sign in to comment.