From 1b7de6a692acbb068fcab433c5ae7b05ea97dc35 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 24 Jun 2016 10:01:37 -0700 Subject: [PATCH] factor: more semis --- language/multi-methods/tests/canonicalize.factor | 2 +- tools/tools/deploy/shaker/strip-gtk-icon.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/multi-methods/tests/canonicalize.factor b/language/multi-methods/tests/canonicalize.factor index 6d1a9c5cab..0c213dc3c9 100644 --- a/language/multi-methods/tests/canonicalize.factor +++ b/language/multi-methods/tests/canonicalize.factor @@ -41,7 +41,7 @@ CONSTANT: example-1 { { { cpu x86 } { os linux } } "a" } { { { cpu ppc } } "b" } { { string { os windows } } "c" } - } + } ; [ { diff --git a/tools/tools/deploy/shaker/strip-gtk-icon.factor b/tools/tools/deploy/shaker/strip-gtk-icon.factor index e444d9a390..223f9658ad 100644 --- a/tools/tools/deploy/shaker/strip-gtk-icon.factor +++ b/tools/tools/deploy/shaker/strip-gtk-icon.factor @@ -10,4 +10,4 @@ CONSTANT: get-icon-data dup vocab-dir "icon.png" append-path vocab-append-path [ exists? ] keep "resource:misc/icons/Factor_128x128.png" ? binary file-contents - ] + ] ;