Skip to content

Conversation

@mh-cbon
Copy link

@mh-cbon mh-cbon commented Mar 28, 2019

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 67.081% when pulling 088c6c0 on mh-cbon:patch-1 into 2b39596 on kelvins:master.

@kelvins
Copy link
Owner

kelvins commented Mar 29, 2019

Hello @mh-cbon, thanks a lot for your contribution to the project.

Can you please just fix the indentation?

For example:

    CREATE DATABASE rest_api_example;
    USE rest_api_example;
    CREATE TABLE users (
        id INT AUTO_INCREMENT PRIMARY KEY,
        name VARCHAR(50) NOT NULL,
        age INT NOT NULL
    );

to

CREATE DATABASE rest_api_example;
USE rest_api_example;
CREATE TABLE users (
    id INT AUTO_INCREMENT PRIMARY KEY,
    name VARCHAR(50) NOT NULL,
    age INT NOT NULL
);

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.

3 participants