Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio de la Torre committed May 8, 2014
1 parent 3af90b8 commit da6a965
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class GrailsAdminPluginApiController {
response.status = 500
result = e.getErrors()
}

render grailsAdminPluginBuilderService.renderObjectAsJson(result)
}

Expand All @@ -76,7 +76,7 @@ class GrailsAdminPluginApiController {
response.status = 500
result = [error: e.message]
}

render grailsAdminPluginBuilderService.renderObjectAsJson(result)
}

Expand Down

0 comments on commit da6a965

Please sign in to comment.