Skip to content

Commit

Permalink
Breaking first line
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 4, 2014
1 parent 72efb20 commit 47e5cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Result execute(UIExecutionContext context) throws Exception
if (iterator.hasNext())
builder.append("\n");
}
return Results.success("Currently installed addons: " + builder.toString());
return Results.success("Currently installed addons: \n" + builder.toString());
}

@Override
Expand Down

0 comments on commit 47e5cc7

Please sign in to comment.