From a1299a5f76b65feac8ea2ef93a448847d0447ac2 Mon Sep 17 00:00:00 2001 From: Dom Parfitt Date: Wed, 17 Oct 2018 09:10:14 +0100 Subject: [PATCH] Fixed formatting --- types/graphlib-dot/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/graphlib-dot/index.d.ts b/types/graphlib-dot/index.d.ts index ae3569a235..0a9eb1cb7a 100644 --- a/types/graphlib-dot/index.d.ts +++ b/types/graphlib-dot/index.d.ts @@ -31,9 +31,9 @@ export const graphlib: any; declare global { namespace graphlibDot { /** - * Reads a single DOT graph from the str and returns it a Graph representation. - * @param str a string in the DOT language representing a graph - */ + * Reads a single DOT graph from the str and returns it a Graph representation. + * @param str a string in the DOT language representing a graph + */ function read(str: string): Graph; /**