Skip to content

Commit

Permalink
Prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Aug 31, 2023
1 parent 4de8e10 commit 706ca56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shared/sdk-server/src/Migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default class Migration<
oldValue: LDMethodResult<TMigrationRead>,
newValue: LDMethodResult<TMigrationRead>,
) {
if(!this.config.check) {
if (!this.config.check) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/shared/sdk-server/src/MigrationOpTracker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LDEvaluationReason, LDLogger, internal } from '@launchdarkly/js-sdk-common';
import { internal, LDEvaluationReason, LDLogger } from '@launchdarkly/js-sdk-common';

import { LDMigrationStage, LDMigrationTracker } from './api';
import {
Expand Down

0 comments on commit 706ca56

Please sign in to comment.