Skip to content

Commit

Permalink
Remove duplicated capitalize()
Browse files Browse the repository at this point in the history
  • Loading branch information
takashiro committed Jun 26, 2024
1 parent d796cda commit 149839a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
3 changes: 1 addition & 2 deletions src/log/ComparatorLogger.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Progress } from '@pixdif/model';
import { Comparator, Action } from '@pixdif/core/Comparator.js';

import capitalize from '../util/capitalize.js';
import capitalize from '@pixdif/core/util/capitalize.js';

function reportProgress(action: string, progress: Progress): void {
if (progress.current === 0) {
Expand Down
10 changes: 0 additions & 10 deletions src/util/capitalize.ts

This file was deleted.

8 changes: 0 additions & 8 deletions test/util/capitalize.spec.ts

This file was deleted.

0 comments on commit 149839a

Please sign in to comment.