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/PersonController.groovy

    r295 r375  
    3434        // In the case of an actionSubmit button, rewrite action name from 'index'.
    3535        if(params._action_Show)
    36         { params.action='show' }
     36            params.action='show'
    3737
    3838        def person = Person.get(params.id)
     
    8686        // In the case of an actionSubmit button, rewrite action name from 'index'.
    8787        if(params._action_Edit)
    88         { params.action='edit' }
     88            params.action='edit'
    8989
    9090        def person = Person.get(params.id)
Note: See TracChangeset for help on using the changeset viewer.