diff --git a/src/main/java/com/redhat/constants/Constants.java b/src/main/java/com/redhat/constants/Constants.java index 947089f..a8d7968 100644 --- a/src/main/java/com/redhat/constants/Constants.java +++ b/src/main/java/com/redhat/constants/Constants.java @@ -35,6 +35,6 @@ public class Constants { "Currently, Acrobot is testing injecting IRC acronym database into the results. For feedback, comments, or suggestions "+ "about the function, visit https://github.com/m-czernek/acrobot/pull/12"; - public static final String FOUND_YAML_TEXT = "\n_Found requested acronym in the IRC database. " + - "Send @Acrobot help for more information about this feature._\n"; + public static final String FOUND_YAML_TEXT = "\n\n_Found requested acronym in the IRC database. " + + "Send @Acrobot help for more information about this feature._\n\n"; }