Changeset 610

Show
Ignore:
Timestamp:
02/07/06 19:01:53 (5 years ago)
Author:
bob@…
Message:

whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mochikit/trunk/MochiKit/Test.js

    r555 r610  
    156156         
    157157        return this.testResult((!res), msg, 
    158             (msg ? [["got:", got], ["expected:", expected]] : undefined)); 
     158            (msg ? [["got:", got], ["expected:", expected]] : undefined) 
     159        ); 
    159160    }, 
    160161