From 98c0188821ebaa71c5661f2e095cf464bec695f2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 15 Nov 2019 19:27:51 -0800 Subject: [PATCH] formatting fix --- docs/parsers/systemctl_ls.md | 2 +- jc/parsers/systemctl_ls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/systemctl_ls.md b/docs/parsers/systemctl_ls.md index a2dec92f..03f5f935 100644 --- a/docs/parsers/systemctl_ls.md +++ b/docs/parsers/systemctl_ls.md @@ -45,7 +45,7 @@ Returns: { "listen": string, "unit": string, - "activates": string + "activates": string } ] diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index 9c72b1bc..eab65bff 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -44,7 +44,7 @@ def process(proc_data): { "listen": string, "unit": string, - "activates": string + "activates": string } ] """