Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 30, 2024
1 parent fdc7f53 commit d405c64
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public class DetectPropertyContributor implements PropertyContributor {

@Override
public void contribute(Map<String, String> map) {
logger.info("The os-detector Maven 4 extension is registered, OS and CPU architecture properties will be provided.");
logger.info(
"The os-detector Maven 4 extension is registered, OS and CPU architecture properties will be provided.");
DetectExtension.disable();

final Properties props = new Properties();
Expand Down

0 comments on commit d405c64

Please sign in to comment.