Fixed formatting

This commit is contained in:
Dom Parfitt
2018-10-17 09:10:14 +01:00
parent 54bc5d182c
commit a1299a5f76

View File

@@ -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;
/**