Skip to content

Commit

Permalink
make travis happy with whitespace diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Dec 29, 2016
1 parent 55149b6 commit 31f1556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,7 @@ CREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations USING btree (v
-- PostgreSQL database dump complete
--

SET search_path TO "$user",public;
SET search_path TO "$user", public;

INSERT INTO schema_migrations (version) VALUES ('0');

Expand Down

0 comments on commit 31f1556

Please sign in to comment.