Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
format java
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Oct 31, 2023
1 parent 1ee04e9 commit 545e9df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public class Example {
public static final double PI = 3.14159;
public static final char SEMICOLON = ';';
public static final String SEMICOLON_STRING = ";";
public static final String WEIRD_STRING = "Correct'\b\b\nOmega:\t\u03A9\n😎😆\n\\no $accidental \"changes\"!\n\u0007";
public static final String WEIRD_STRING =
"Correct'\b\b\nOmega:\t\u03A9\n😎😆\n\\no $accidental \"changes\"!\n\u0007";

public static final Random unusedRandom = new Random();

Expand Down

0 comments on commit 545e9df

Please sign in to comment.