Files
2025-12-19 13:53:53 +00:00

10 lines
472 B
Java

// "Replace with text block" "true-preview"
class LeadingNewlines {
public static void main(String[] args) {
String text = "\n<caret>+---------------------------- ------------------------------------------------------------+" +
"\n| Unable to authenticate the microservice. Administrative functions will not be available |" +
"\n+-----------------------------------------------------------------------------------------+";
}
}