Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed Oct 2, 2024
1 parent 888f24c commit 96cb439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FormatProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as os from 'os'
import * as path from 'path'
import * as vscode from 'vscode'
import { ConfigObject, ExtensionComponent } from './lib/libconfig'
import { getWorkspaceFolder, systemverilogSelector } from './utils'
import { getWorkspaceFolder } from './utils'
import { ToolConfig } from './lib/runner'
// handle temporary file
class TemporaryFile {
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import LintManager from './linter/LintManager'
import { LanguageServerComponent } from './LSComponent'
import { ProjectComponent } from './sidebar/ProjectComponent'
import { SurferComponent } from './surferWaveformViewer'
import { getWorkspaceFolder, isAnyVerilog, pathFilename, zip } from './utils'
import { getWorkspaceFolder, pathFilename, zip } from './utils'
const asyncGlob = promisify(glob)

export var ext: VerilogExtension
Expand Down

0 comments on commit 96cb439

Please sign in to comment.