Skip to content

Commit 2179e14

Browse files
committed
Simplify name
1 parent 2f5b798 commit 2179e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/Common/ExportFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static string HtmlClipboardFragment(object[][] data, string title, Column
121121
"</body>\r\n" +
122122
"</html>";
123123

124-
var html = ExportFormatter.HtmlTable(data, title, columnInfos);
124+
var html = HtmlTable(data, title, columnInfos);
125125

126126
var CFHeaderLength = string.Format(CFHeaderTemplate, OffsetFormat, OffsetFormat, OffsetFormat, OffsetFormat).Length;
127127
var startFragment = CFHeaderLength + HtmlHeader.Length;

0 commit comments

Comments
 (0)