Skip to content

Commit

Permalink
fix: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Feb 10, 2020
1 parent 11464d4 commit c4d4ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-tests/test-server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getConnectionManager } from '@enigmatis/polaris-typeorm';
import { PolarisServer } from '../../../src';
import { initConnection } from './connection-manager';
import { initializeDatabase } from './data-initalizer';
import { polarisGraphQLLogger } from "./logger";
import { polarisGraphQLLogger } from './logger';
import * as polarisProperties from './polaris-properties.json';
import { resolvers } from './schema/resolvers';
import { typeDefs } from './schema/type-defs';
Expand Down

0 comments on commit c4d4ca5

Please sign in to comment.