From 65e6633b79e97fdbaab37a47b8246d2726ae5907 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Sep 2020 21:30:04 -0700 Subject: 6869 --- apps/tile/data.mu | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps') diff --git a/apps/tile/data.mu b/apps/tile/data.mu index 3319003b..31c9aa16 100644 --- a/apps/tile/data.mu +++ b/apps/tile/data.mu @@ -41,16 +41,16 @@ type value { box-data: (handle line) } -type bind { - key: (handle array byte) - value: value -} - type table { data: (handle array bind) next: (handle table) } +type bind { + key: (handle array byte) + value: value +} + type result { data: value-stack error: (handle array byte) # single error message for now -- cgit 1.4.1-2-gfad0