Skip to content

Commit

Permalink
test: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 30, 2024
1 parent f883266 commit 2d19afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe(fileShortPath(import.meta.url), () => {
assert(atom2)
try {
const atom3 = lib.RegisterClassExW(p1)
assert(!atom3)
assert(! atom3)
}
finally {
lib.UnregisterClassW(atom2, 0)
Expand Down

0 comments on commit 2d19afa

Please sign in to comment.