Skip to content

Fix indentation of functions that receive tables#39

Open
AgentOttsel wants to merge 1 commit intotrixnz:masterfrom
AgentOttsel:master
Open

Fix indentation of functions that receive tables#39
AgentOttsel wants to merge 1 commit intotrixnz:masterfrom
AgentOttsel:master

Conversation

@AgentOttsel
Copy link
Copy Markdown

This pull request fixes this issue that I reported in October: #35
Credits to Arpple for providing the code that fixed the issue in this comment: #35 (comment)

Before:

instance =
    MyClass.new(
    {
        arguments
    }
)

After:

instance = MyClass.new(
    {
        arguments
    }
)

Credits to Arpple for providing the code that fixed this issue: trixnz#35 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant