Skip to content

Commit 7d7217d

Browse files
fix lint
1 parent 7bc88a9 commit 7d7217d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/debugger/configuration/providers/remoteAttach.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function buildRemoteAttachConfiguration(
4949
});
5050
if (!connect.host) {
5151
connect.host = defaultHost;
52-
} else {
52+
} else {
5353
return;
5454
}
5555

0 commit comments

Comments
 (0)