From 08ef54cc60bc8d8ba295c9376a969f27cec65cf9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 26 Apr 2014 16:28:54 -0400 Subject: [PATCH] Fixed whitespace. --- 1pass.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1pass.lua b/1pass.lua index c26d690..a7e3bd0 100644 --- a/1pass.lua +++ b/1pass.lua @@ -252,7 +252,7 @@ local function build_secret_menuitems(info, menu) local securityLevel = metadata.securityLevel if securityLevel == nil then - securityLevel = metadata.openContents.securityLevel + securityLevel = metadata.openContents.securityLevel end --print("title: " .. metadata.title) if securityLevel == nil then