From 5595a3dc9d1f2b8a39095fde5fecd55e24f05645 Mon Sep 17 00:00:00 2001 From: Frank Lemanschik <117739566+lemanschik@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:06:57 +0200 Subject: [PATCH] Update Modules.md Fixed indentation --- docs/user/Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/Modules.md b/docs/user/Modules.md index f929efb263c..340f39e81a4 100644 --- a/docs/user/Modules.md +++ b/docs/user/Modules.md @@ -116,7 +116,7 @@ Context cx = Context.newBuilder("js").fileSystem(new FileSystem() { } } - @Override + @Override public SeekableByteChannel newByteChannel(Path path, Set options, FileAttribute... attrs) throws IOException { if (TMP.equals(path)) { String moduleBody = "export class Foo {" +