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/01-basic-remove-last-line.diff
13406 views
1
diff --git a/01-basic b/01-basic-remove-last-line
2
index 30c5fc9cb..fce0f87c3 100644
3
--- a/01-basic
4
+++ b/01-basic-remove-last-line
5
@@ -12,5 +12,4 @@ export function f(args_: string[], flags: any, child: any) {
6
return new Promise((c) => child.once('exit', () => c(null)));
7
}
8
child.unref();
9
- return Promise.resolve();
10
-}
11
\ No newline at end of file
12
+ return Promise.resolve();
13
\ No newline at end of file
14
15