Skip to content

Commit

Permalink
Worksheet: wrong alignment in case of outer object without spaces fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry.naydanov committed Jun 6, 2014
1 parent 65526f9 commit bbf6608
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -240,6 +240,7 @@ object WorksheetSourceProcessor {
processImport(imp)
a
case (null, obj: ScObject) =>
obj.putCopyableUserData(WORKSHEET_PRE_CLASS_KEY, "+")
obj.extendsBlock.templateBody getOrElse srcFile
case (null, cl: ScTemplateDefinition) =>
cl.putCopyableUserData(WORKSHEET_PRE_CLASS_KEY, "+")
Expand Down

0 comments on commit bbf6608

Please sign in to comment.