Navigation Menu

Skip to content

Commit

Permalink
Remove tailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 14, 2012
1 parent 74cb150 commit e92c1be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/gcs-commands.test.js
Expand Up @@ -755,7 +755,7 @@ suite('gcs-post-sdf', function() {
teardown(commonTeardown);

var fixturesDirectory = path.join(__dirname, 'fixture', 'companies');

function setupDomain() {
var domain = new Domain('companies', context);
domain.createSync();
Expand All @@ -781,7 +781,7 @@ suite('gcs-post-sdf', function() {
{ code: 0,
message:
'Processing: ' + batchFile + '\n' +
'Detected source format for ' +
'Detected source format for ' +
'add.sdf.json as json\n' +
'Status: success\n' +
'Added: 10\n' +
Expand Down Expand Up @@ -812,7 +812,7 @@ suite('gcs-post-sdf', function() {
{ code: 0,
message:
'Processing: ' + batchFile + '\n' +
'Detected source format for ' +
'Detected source format for ' +
'delete.sdf.json as json\n' +
'Status: success\n' +
'Added: 0\n' +
Expand All @@ -839,7 +839,7 @@ suite('gcs-post-sdf', function() {
{ code: 1,
message:
'Processing: ' + batchFile + '\n' +
'Detected source format for ' +
'Detected source format for ' +
'invalid.sdf.json as json\n' +
'Validation failed.\n' +
'invalidfield: The field "unknown1" is ' +
Expand Down Expand Up @@ -948,5 +948,5 @@ suite('gcs-post-sdf', function() {
.error(function(e) {
done(e);
});
});
});
});

0 comments on commit e92c1be

Please sign in to comment.