Skip to content

Commit

Permalink
Remove a tailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Jul 19, 2012
1 parent afe0b04 commit a1d92cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/2011-02-01/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ handlers.DefineIndexField = function(context, request, response) {
var field = domain.getIndexField(fieldName);

var createdAt = new Date();
var resultEnabled = fieldType != 'literal';
var resultEnabled = fieldType != 'literal';
try {
field.type = fieldType;
field.createSync();
Expand Down

0 comments on commit a1d92cc

Please sign in to comment.