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

Missing space or new line #379

Closed
Lignium opened this issue Aug 1, 2018 · 1 comment
Closed

Missing space or new line #379

Lignium opened this issue Aug 1, 2018 · 1 comment

Comments

@Lignium
Copy link

Lignium commented Aug 1, 2018

Missing space or perhaps "\n" after dot symbol at 306 line in file:

/src/main/java/org/spongepowered/server/launch/plugin/PluginScanner.java
if (success) {
    if (metadata == null) {
        logger.warn("{} is missing a valid " + METADATA_FILE + " file." // <<< Line 306
                + "This is not a problem when testing plugins, however it is recommended to include one in public plugins.\n"
                + "Please see https://docs.spongepowered.org/master/en/plugin/plugin-meta.html for details.", path);
    }
}

Please fix it! This is a matter of five minutes.

@limbo-app limbo-app added the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Aug 1, 2018
@limbo-app limbo-app removed the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Aug 3, 2018
@ryantheleach
Copy link
Contributor

I've created a minor issue tracker to follow the trend of the other repositories, and moved this issue to that.

#380

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants