Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Dec 8, 2023
1 parent afe857d commit de039bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/dep-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export function formatCompileOnly(notation: string, block: boolean = true): stri
export function formatRuntimeOnly(notation: string, block: boolean = true): string {
if (isFG()) {
return formatDep("runtimeOnly", notation, block, `fg.deobf("%%")`)

} else if (isNG()) {
return formatDep("runtimeOnly", notation, block)
} else {
Expand Down

0 comments on commit de039bd

Please sign in to comment.