Skip to content

Odd indentation for match arm de-lining #226

@jdm

Description

@jdm

Pre:

            WebDriverScriptCommand::GetUrl(reply) =>
                webdriver_handlers::handle_get_url(&page, pipeline_id, reply),
            WebDriverScriptCommand::GetTitle(reply) =>
                webdriver_handlers::handle_get_title(&page, pipeline_id, reply),

Post:

            WebDriverScriptCommand::GetUrl(reply) => webdriver_handlers::handle_get_url(&page,
                                                   pipeline_id,
                                                   reply),
            WebDriverScriptCommand::GetTitle(reply) => webdriver_handlers::handle_get_title(&page,
                                                     pipeline_id,
                                                     reply),

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions