Skip to content
Snippets Groups Projects
Commit 5f2da80a authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed error in formatter

parent b9242f2c
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,6 @@ class ConfigFormatter extends AbstractFormatter2 { ...@@ -23,8 +23,6 @@ class ConfigFormatter extends AbstractFormatter2 {
configuration.allRegionsFor.keywords(",").forEach[append[oneSpace]] configuration.allRegionsFor.keywords(",").forEach[append[oneSpace]]
configuration.allRegionsFor.keywords(".").forEach[surround[noSpace]] configuration.allRegionsFor.keywords(".").forEach[surround[noSpace]]
// Format config package
configuration.regionFor.feature(ConfigPackageImpl::eINSTANCE.getConfiguration_Package()).append[oneSpace]
// Format config name // Format config name
configuration.regionFor.feature(ConfigPackageImpl::eINSTANCE.configuration_Type).append[noSpace] configuration.regionFor.feature(ConfigPackageImpl::eINSTANCE.configuration_Type).append[noSpace]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment