From 2785bd2262ec34dec6e93e7484f93c8e3f5314d6 Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Tue, 1 Jun 2021 11:25:04 +0200 Subject: [PATCH] Cleanup ccpt --- ccpt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ccpt b/ccpt index e8fdfa5..1c7e273 100644 --- a/ccpt +++ b/ccpt @@ -2,7 +2,7 @@ ComputerCraft Package Tool Author: PentagonLP Version: 1.0 - Lines of Code: 1.000; Characters: 30.514 + Lines of Code: 1.000; Characters: 30.485 ]] -- Load properprint library @@ -921,7 +921,8 @@ installtypes = { } } --- Array to store autocomplete information +--[[ Array to store autocomplete information +]]-- autocomplete = { func = completeaction, funcargs = {}, @@ -996,4 +997,4 @@ if not (installed+updated+removed==0) then actionmessage = actionmessage .. removed .. " packages removed." end properprint.pprint(actionmessage) -end +end \ No newline at end of file