Skip to content

Commit

Permalink
fixup: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert committed Mar 22, 2023
1 parent 068198c commit 865fc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
ResolutionDetails,
StandardResolutionReasons
} from '@openfeature/shared';
import { EventEmitter } from 'events'
import { EventEmitter } from 'events';
import { OpenFeature } from './open-feature';
import { Client, FlagEvaluationOptions, Hook, Provider } from './types';

Expand Down

0 comments on commit 865fc6b

Please sign in to comment.