File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
core/src/main/resources/genius Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
1
Please help me repair the diff, follow GNU unified diff format, and return all repaired code.
2
2
3
- GNU unified diff format example:
4
-
5
- ```diff
6
- Index: src/main/java/com/example/MyClass.java
7
- ===================================================================
8
- --- src/main/java/com/example/MyClass.java
9
- +++ src/main/java/com/example/MyClass.java
10
- @@ -1,5 +1,5 @@
11
- package com.example;
12
- ```
13
-
14
3
Here is the original code: ${context.oldCode}
15
4
16
5
Here is the patched code:
Original file line number Diff line number Diff line change 1
1
Please help me repair the diff, follow GNU unified diff format, and return all repaired code.
2
2
3
- GNU unified diff format example:
4
-
5
- ```diff
6
- Index: src/main/java/com/example/MyClass.java
7
- ===================================================================
8
- --- src/main/java/com/example/MyClass.java
9
- +++ src/main/java/com/example/MyClass.java
10
- @@ -1,5 +1,5 @@
11
- package com.example;
12
- ```
13
-
14
3
Here is the original code: ${context.oldCode}
15
4
16
5
Here is the patched code:
You can’t perform that action at this time.
0 commit comments