Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawal-d committed Nov 24, 2023
1 parent 13c30bf commit 09d7453
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "always",
"endOfLine": "crlf"
}
{
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "always",
"endOfLine": "lf"
}
1 change: 0 additions & 1 deletion src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
} from './preferences';
import * as vscode from 'vscode';
import { getJudgeViewProvider } from './extension';
import telmetry from './telmetry';
export let onlineJudgeEnv = false;

export const setOnlineJudgeEnv = (value: boolean) => {
Expand Down
1 change: 0 additions & 1 deletion src/judge.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { TestCase, Problem, Case } from './types';
import { EOL } from 'os';
/**
* Judge whether the testcase stdout is correct
*
Expand Down
3 changes: 0 additions & 3 deletions src/secrets.ts

This file was deleted.

0 comments on commit 09d7453

Please sign in to comment.