Skip to content

Commit

Permalink
Format sources in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 5, 2022
1 parent becae40 commit ee8499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/snippets/expressions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Expression<int> bitwiseMagic(Expression<int> a, Expression<int> b) {
// Generates `~(a | b)` in SQL.
return ~(a.bitwiseAnd(b));
}
// #enddocregion bitwise
// #enddocregion bitwise

0 comments on commit ee8499a

Please sign in to comment.