Skip to content

Commit

Permalink
try a reformat to get rid of "irregular whitespace" causing travis bu…
Browse files Browse the repository at this point in the history
…ild to fail.
  • Loading branch information
tmcgee committed Apr 3, 2016
1 parent 82c6788 commit 5b51bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion widgets/Search/GetDistinctValues.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ define([
) {

return declare(null, {

registryId: null,
url: null,
fieldName: null,
Expand Down Expand Up @@ -82,4 +83,4 @@ define([
queryTask.execute(query);
}
});
});
});

0 comments on commit 5b51bf1

Please sign in to comment.