From a9ad8a09c97c7ba4f4dbc7a6dd787fe7cdbefdbb Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 5 Nov 2016 00:28:43 +0900 Subject: [PATCH] remove trailing space --- sqlite3_icu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3_icu.go b/sqlite3_icu.go index 4c5492b..e960626 100644 --- a/sqlite3_icu.go +++ b/sqlite3_icu.go @@ -2,7 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build icu +// +build icu package sqlite3