Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 18, 2023
1 parent 7163e2b commit c49ec6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public DocSection section() {
all.addSection(docker);
docker.addItem(diBuilder.getDocItem("jsonl/write-str", true));
docker.addItem(diBuilder.getDocItem("jsonl/read-str", true));
docker.addItem(diBuilder.getDocItem("jsonl/spit", true));
docker.addItem(diBuilder.getDocItem("jsonl/slurp", true));
docker.addItem(diBuilder.getDocItem("jsonl/spit", false));
docker.addItem(diBuilder.getDocItem("jsonl/slurp", false));

return section;
}
Expand Down

0 comments on commit c49ec6b

Please sign in to comment.