Skip to content

Commit

Permalink
Fix small lint issues (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Apr 28, 2023
1 parent 5a557b0 commit 822aeb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions src/DebugConfigurationProvider.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* eslint-disable no-template-curly-in-string */
import { util as bslangUtil } from 'brighterscript';
import * as dotenv from 'dotenv';
import * as path from 'path';
import * as fsExtra from 'fs-extra';
import type { FileEntry } from 'roku-deploy';
import { DefaultFiles } from 'roku-deploy';
import * as rta from 'roku-test-automation';
import type {
Expand Down
7 changes: 0 additions & 7 deletions webviews/src/shared/OdcSetManualIpAddress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
#setManualIpAddress {
padding-top: 10px;
}
.grid {
display: grid;
}
.col {
flex: 1;
}
</style>

<div id="setManualIpAddress">
Expand Down

0 comments on commit 822aeb9

Please sign in to comment.