Skip to content

Commit 36d55b6

Browse files
Missplaced tab fix
1 parent 364435e commit 36d55b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const activate = context => {
7373
const fileBody = openedDoc.getText()
7474
const isClass = /\.cls$/i.test( fileName )
7575
const content = fileBody.split( /\r?\n/g )
76-
const matchingFileName = ( fileName.match(/[^\\\/]+$/) || [] )[ 0 ] || ''
76+
const matchingFileName = ( fileName.match(/[^\\\/]+$/) || [] )[ 0 ] || ''
7777
const matchingName = matchingFileName.replace( /\.[^.]+$/, '' )
7878

7979
if ( isClass ) {

0 commit comments

Comments
 (0)