mirror of https://github.com/AMT-Cheif/drift.git
Format sources in documentation
This commit is contained in:
parent
becae40c6e
commit
ee8499a6dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue