Skip to content

Commit

Permalink
chore: coding style (zeromicro#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Jun 17, 2023
1 parent 45bb547 commit 2a33b74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# ignore
**/.idea
**/.vscode
**/.DS_Store
**/logs
**/adhoc
Expand Down
2 changes: 0 additions & 2 deletions tools/goctl/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion tools/goctl/model/sql/example/sql/user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ CREATE TABLE `student`
`update_time` timestamp NULL DEFAULT NULL,
`delete_time` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`type`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

0 comments on commit 2a33b74

Please sign in to comment.