Skip to content

Commit b36d24e

Browse files
committed
Revert formatting
1 parent 23b0f6f commit b36d24e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/generator-cli/src/app/services/version-manager.service.spec.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import {Test} from '@nestjs/testing';
2-
import {Version, VersionManagerService} from './version-manager.service';
3-
import {HttpService} from '@nestjs/common';
4-
import {of} from 'rxjs';
5-
import {mocked} from 'ts-jest/utils';
6-
import {LOGGER} from '../constants';
1+
import { Test } from '@nestjs/testing';
2+
import { Version, VersionManagerService } from './version-manager.service';
3+
import { HttpService } from '@nestjs/common';
4+
import { of } from 'rxjs';
5+
import { mocked } from 'ts-jest/utils';
6+
import { LOGGER } from '../constants';
77
import * as chalk from 'chalk';
8-
import {ConfigService} from './config.service';
9-
import {resolve} from 'path';
8+
import { ConfigService } from './config.service';
9+
import { resolve } from 'path';
1010
import * as os from 'os';
11-
import {TestingModule} from '@nestjs/testing/testing-module';
11+
import { TestingModule } from '@nestjs/testing/testing-module';
1212

1313
jest.mock('fs-extra');
1414
// eslint-disable-next-line @typescript-eslint/no-var-requires

0 commit comments

Comments
 (0)