Skip to content

Commit

Permalink
Ran mvn spotless to fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbasec committed Feb 8, 2021
1 parent 88b7621 commit 3ae6ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public EList<Widget> renderWidget(Widget w, StringBuilder sb, String sitemap) th
snippet = StringUtils.replace(snippet, "%proxied_url%", proxiedUrl);
snippet = StringUtils.replace(snippet, "%ignore_refresh%", ignoreRefresh ? "true" : "false");
snippet = StringUtils.replace(snippet, "%url%", url);

sb.append(snippet);
return ECollections.emptyEList();
}
Expand Down

0 comments on commit 3ae6ae7

Please sign in to comment.