X Tutup
Skip to content

Code cleanup: no unnecessary tabs, space and final dots #152

@astares

Description

@astares
cms := CompiledMethod allInstances select: [:each |
each package ifNil: [ false ] ifNotNil: [:p |
	p name beginsWith: 'Grease' ]].

cms do: [:cm |
     ((RBRefactoryChangeFactory instance)
             addMethodSource: (ReMethodSourceCleaner clean: cm sourceCode) in: cm origin) execute ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup