Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 26744d1

Browse files
author
Stephen Gutekanst
committed
npm run prettier
1 parent cfa8eb5 commit 26744d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import execa from 'execa'
22
import * as path from 'path'
3-
import { log } from './log';
3+
import { log } from './log'
44

55
/**
66
* Returns the names of all git remotes, e.g. ["origin", "foobar"]

0 commit comments

Comments
 (0)