Skip to content

Commit

Permalink
refactor: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
maxreichmann committed Jul 17, 2024
1 parent a67f52f commit a7b646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linter/dotLibrary/DotLibraryLinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class DotLibraryLinter {
}

#analyzeDeprecatedLibs(libs: SaxTag[]) {
// // Check for deprecated libraries
// Check for deprecated libraries
libs.forEach((lib) => {
const libName = lib.textNodes[0].value;
const {line, character: column} = lib.openStart;
Expand Down

0 comments on commit a7b646e

Please sign in to comment.