Skip to content

Commit c321337

Browse files
committed
Removed extra spaces
1 parent 261bea2 commit c321337

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/debugAdapter/goDebug.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,15 +2135,15 @@ export class GoDebugSession extends LoggingDebugSession {
21352135
};
21362136
const evalSymbolArgs = this.delve.isApiV1
21372137
? {
2138-
symbol: args.expression,
2139-
scope
2140-
}
2138+
symbol: args.expression,
2139+
scope
2140+
}
21412141
: {
2142-
Expr: args.expression,
2143-
Scope: scope,
2144-
Cfg: this.delve.loadConfig,
2145-
Unsafe: true
2146-
};
2142+
Expr: args.expression,
2143+
Scope: scope,
2144+
Cfg: this.delve.loadConfig,
2145+
Unsafe: true
2146+
};
21472147
const returnValue = this.delve
21482148
.callPromise<DebuggerState | CommandOut>('Command', [
21492149
{

0 commit comments

Comments
 (0)