Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Apr 5, 2024
1 parent 8157455 commit 7c6aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';
import os from 'os';
import path from 'path';
import { diffLines, createPatch } from 'diff';
import {createPatch} from 'diff';
import {ansi_colors} from '../src/utils/logger/colors.ts';

export function createTmpDir() {
Expand Down

0 comments on commit 7c6aad2

Please sign in to comment.