Skip to content

Commit

Permalink
Git is hallucinating some file changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Mar 19, 2024
1 parent 8866d3c commit 4529f1c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package test;

// This source file is in CRLF to test proper Windows compatibility.
public class TestClassCrlfApply {
public static void main(String[] args) {
System.out.println("Hello world.");
}
}
package test;

// This source file is in CRLF to test proper Windows compatibility.
public class TestClassCrlfApply {
public static void main(String[] args) {
System.out.println("Hello world.");
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* Sample header 2023.
*
* File: TestClassCrlfCheck.java
*/

package test;

// This source file is in CRLF to test proper Windows compatibility.
public class TestClassCrlfCheck {
public static void main(String[] args) {
System.out.println("Hello world.");
}
}
/*
* Sample header 2023.
*
* File: TestClassCrlfCheck.java
*/

package test;

// This source file is in CRLF to test proper Windows compatibility.
public class TestClassCrlfCheck {
public static void main(String[] args) {
System.out.println("Hello world.");
}
}

0 comments on commit 4529f1c

Please sign in to comment.