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

Commit e8ab10c

Browse files
committed
undo code action
1 parent 9be72d3 commit e8ab10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tab-stop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const {Range} = require('atom')
2-
const Insertion = require('./insertion').default
2+
const Insertion = require('./insertion')
33

44
// A tab stop:
55
// * belongs to a snippet

0 commit comments

Comments
 (0)