From c70ddf00ea814bdbc37f3a5d90c20ec37a3fad90 Mon Sep 17 00:00:00 2001 From: Joshua Chin Date: Mon, 20 Jul 2015 10:29:02 -0400 Subject: [PATCH] made single line docstring single line --- scripts/ninja2dot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ninja2dot.py b/scripts/ninja2dot.py index 7e6ebbf..7a2f403 100644 --- a/scripts/ninja2dot.py +++ b/scripts/ninja2dot.py @@ -1,5 +1,4 @@ -""" This file generates a graph of the dependencies for the ninja build. -""" +""" This file generates a graph of the dependencies for the ninja build.""" import sys