Skip to content

Commit

Permalink
Removed extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvolu committed Jul 21, 2014
1 parent 8e9c111 commit f1ef8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datastore/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ var queryToQueryProto = function(q) {
if (f.name === '__key__') {
val.keyValue = keyToKeyProto(null, f.val);
} else {
val = valueToProperty(f.val);
val = valueToProperty(f.val);
}
var property = {
property: { name: f.name },
Expand Down

0 comments on commit f1ef8e3

Please sign in to comment.