Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 25, 2024
1 parent 17c4115 commit 5857464
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/awesome.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ fn write_config(package: DatabasePackage) -> Nil {

case package {
DatabasePackage(
name: name,
description: description,
docs_url: Some(docs_url),
repo_url: Some(repo_url),
) -> {
name: name,
description: description,
docs_url: Some(docs_url),
repo_url: Some(repo_url),
) -> {
let toml = new_toml(name, description, docs_url, repo_url)
let assert Ok(_) = simplifile.write("packages/" <> name <> ".toml", toml)
Nil
Expand Down

0 comments on commit 5857464

Please sign in to comment.