Skip to content

Commit 0b3b7a3

Browse files
committed
Fixing indentation
1 parent 5a82763 commit 0b3b7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tasks/VsTest/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class Helper {
163163
return argument;
164164
}
165165

166-
public static setConsoleCodePage() {
166+
public static setConsoleCodePage() {
167167
tl.debug("Changing active code page to UTF-8");
168168
const chcp = tl.tool(path.resolve(process.env.windir, "system32", "chcp.com"));
169169
chcp.arg(["65001"]);

0 commit comments

Comments
 (0)