aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/db/sql.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/world/db/sql.lux')
-rw-r--r--stdlib/source/lux/world/db/sql.lux4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/source/lux/world/db/sql.lux b/stdlib/source/lux/world/db/sql.lux
index f9b6c1e1d..2d2c55c6a 100644
--- a/stdlib/source/lux/world/db/sql.lux
+++ b/stdlib/source/lux/world/db/sql.lux
@@ -18,7 +18,7 @@
## Kind
(template [<declaration>]
- [(abstract: #export <declaration> {} Any)]
+ [(abstract: #export <declaration> Any)]
[Literal']
[Column']
@@ -59,8 +59,6 @@
(def: #export no-alias Alias "")
(abstract: #export (SQL kind)
- {}
-
Text
## SQL