Skip to content

Commit

Permalink
chore: deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 24, 2022
1 parent 73fb4b9 commit dad452f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion builders/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build

A group of service classes to help with build processes (like transpiling, compiling, etc.).
A group of service classes to help with build processes (like transpiling,
compiling, etc.).

TODO(crookse): Write the docs ;). No time right now!
1 change: 0 additions & 1 deletion builders/lib_builder/src/build_esm_lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,3 @@ function optionValue(option: string): boolean {

return extractedOption[0].replace(option + "=", "");
}

0 comments on commit dad452f

Please # to comment.