Skip to content

Commit 2a06a6c

Browse files
Copilotbrunoborges
andcommitted
Run spotless apply on documentation samples test
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 53fd865 commit 2a06a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/github/copilot/sdk/DocumentationSamplesTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ private static List<Path> documentationFiles() throws IOException {
137137
files.add(root.resolve("jbang-example.java"));
138138

139139
try (Stream<Path> markdownFiles = Files.walk(root.resolve("src/site/markdown"))) {
140-
markdownFiles.filter(Files::isRegularFile).filter(path -> path.toString().endsWith(".md")).forEach(files::add);
140+
markdownFiles.filter(Files::isRegularFile).filter(path -> path.toString().endsWith(".md"))
141+
.forEach(files::add);
141142
}
142143
return files;
143144
}

0 commit comments

Comments
 (0)