Skip to content

Commit

Permalink
style: rm redundant parens
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 7, 2024
1 parent 78cd795 commit a5e1d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dev-shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
({
{
lib,
GITHUB_GRAPHQL_SCHEMA,
...
Expand Down Expand Up @@ -28,4 +28,4 @@
SQLX_OFFLINE = "true";
};
};
})
}

0 comments on commit a5e1d7b

Please sign in to comment.