Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed May 7, 2024
1 parent ff8294b commit 7b29aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cake/internal/query.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn builder_apply(
}

// ┌───────────────────────────────────────────────────────────────────────────┐
// │ Combined Builder
// │ Combined Query Builder
// └───────────────────────────────────────────────────────────────────────────┘

pub fn combined_builder(
Expand Down Expand Up @@ -105,7 +105,7 @@ fn union_builder_maybe_add_order_sql(query qry: CombinedQuery) -> String {
}

// ┌───────────────────────────────────────────────────────────────────────────┐
// │ Select Builder
// │ Select Query Builder
// └───────────────────────────────────────────────────────────────────────────┘

pub fn select_builder(
Expand Down

0 comments on commit 7b29aee

Please sign in to comment.