From 625ea7d5d679399a24877d4f6988d58ce2662a8c Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 1 Jul 2016 17:47:03 +0200 Subject: extract stateful builder out of FormatService --- core/testdata/format/gfm/sample.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/testdata') diff --git a/core/testdata/format/gfm/sample.md b/core/testdata/format/gfm/sample.md index 1555341e..1a26e599 100644 --- a/core/testdata/format/gfm/sample.md +++ b/core/testdata/format/gfm/sample.md @@ -12,7 +12,7 @@ The class Foo. ### Constructors -| Name | Summary +| Name | Summary | |---|---| | [<init>](test/-foo/-init-) | `Foo()` The class Foo. @@ -21,7 +21,7 @@ The class Foo. ### Functions -| Name | Summary +| Name | Summary | |---|---| | [bar](test/-foo/bar) | `fun bar(): Unit` The method bar. -- cgit