From 86d549f2cdaf22e07017d04c9eb0afbbf4475934 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 7 Feb 2018 15:31:09 -0500 Subject: Fix gofmt and lint Signed-off-by: Matthew Heon Closes: #268 Approved by: rhatdan --- libpod/sql_state_internal.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libpod/sql_state_internal.go') diff --git a/libpod/sql_state_internal.go b/libpod/sql_state_internal.go index 5a1b68615..5bc2d84f5 100644 --- a/libpod/sql_state_internal.go +++ b/libpod/sql_state_internal.go @@ -37,6 +37,7 @@ const ( FROM containers INNER JOIN containerState ON containers.Id = containerState.Id ` + // ExistsQuery is a query to check if a pod exists ExistsQuery = "SELECT 1 FROM pods WHERE Id=?;" ) -- cgit v1.2.3-54-g00ecf