Skip to content

Commit

Permalink
ci: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Dec 31, 2024
1 parent da06431 commit a97eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graph/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import IGraphOptions from './IGraphOptions';
import Dictionary from '../Dictionary';
import Queue from '../Queue';
import Set from '../Set';
import { Edge } from './Edge';
import {Edge} from './Edge';

export default class Graph implements IGraph {
private readonly _isDirected: boolean;
Expand Down

0 comments on commit a97eb17

Please sign in to comment.