Ignore:
Timestamp:
Feb 18, 2010, 1:29:00 AM (14 years ago)
Author:
gav
Message:

Minor code formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/AssetDetailedController.groovy

    r350 r375  
    217217        // In the case of an actionSubmit button, rewrite action name from 'index'.
    218218        if(params._action_Show)
    219         { params.action='show' }
     219            params.action='show'
    220220
    221221        def assetInstance = Asset.get( params.id )
     
    257257        // In the case of an actionSubmit button, rewrite action name from 'index'.
    258258        if(params._action_Edit)
    259         { params.action='edit' }
     259            params.action='edit'
    260260
    261261        def assetInstance = Asset.get( params.id )
Note: See TracChangeset for help on using the changeset viewer.