diff options
| author | Satish Perala <satish@cybrilla.com> | 2016-08-26 09:36:03 +0530 |
|---|---|---|
| committer | Sean McGivern <sean@gitlab.com> | 2018-06-20 14:13:24 +0100 |
| commit | 56b432bd998ad866618dc2a41bbd730371e47dde (patch) | |
| tree | d6736d80d049131b92e922847c162cd5e995e151 | |
| parent | a165a4452eb7430715d672191411c76de7e7f659 (diff) | |
| download | gitlab-ce-56b432bd998ad866618dc2a41bbd730371e47dde.tar.gz | |
Removing the empty line at the class body beginning
| -rw-r--r-- | lib/markdown_utils.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/markdown_utils.rb b/lib/markdown_utils.rb index 959eda12115..f33d80da14c 100644 --- a/lib/markdown_utils.rb +++ b/lib/markdown_utils.rb @@ -1,6 +1,5 @@ # Class to have all utility functions related to markdown class MarkdownUtils - # Convert image urls in the markdown text to absolute urls def self.absolute_image_urls(markdown_text) if markdown_text.present? |
