Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/src/extension/test/node/fixtures/gitdiff/02-basicWithEol-remove-eol.diff
13406 views
1
diff --git a/02-basicWithEol b/02-basicWithEol-remove-eol
2
index 807b9ea8f..42c4f5022 100644
3
--- a/02-basicWithEol
4
+++ b/02-basicWithEol-remove-eol
5
@@ -12,4 +12,4 @@ export function f(args_: string[], flags: any, child: any) {
6
}
7
child.unref();
8
return Promise.resolve();
9
-}
10
+}
11
\ No newline at end of file
12
13