Skip to content

Commit

Permalink
chore(fmt): split imports over multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
neoncitylights committed Jan 15, 2024
1 parent d40fa57 commit 8b34b6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/similarity.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { describe, expect, test } from 'vitest';

import { getJaccardSimilarityCoefficient, getLogDice, getOverlapCoefficient, getSorensenDiceCoefficient } from '../src';
import {
getJaccardSimilarityCoefficient,
getLogDice,
getOverlapCoefficient,
getSorensenDiceCoefficient,
} from '../src';

describe('Jaccard\'s Similarity Coefficient', () => {

Expand Down

0 comments on commit 8b34b6f

Please sign in to comment.