From e9106a24f5c406137c16e0d1a930c014ed2e11d0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 7 May 2018 13:23:29 +0800 Subject: [PATCH] src/strip.vala src/strip.vala.c --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index e3871fa..5699d59 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -691,7 +691,7 @@ public class Strip : GLib.Object { var dts = new DateTime.from_unix_utc(timez); this.created_date = dts.format("%Y-%m-%d %H:%M:%s"); } - + } } } -- 2.39.2