Skip to content

Commit e9a2b1d

Browse files
committed
style: reformat code
1 parent 629ef8c commit e9a2b1d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ def get_user(id: int, session: Session = Depends(db.session_generator)):
279279

280280
### [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy)
281281

282-
`SQLAlchemy-Database``SQLAlchemy`的基础上添加拓展功能. 更多功能及复杂使用,请参考`SQLAlchemy`[官方文档](https://www.sqlalchemy.org/).
282+
`SQLAlchemy-Database``SQLAlchemy`的基础上添加拓展功能.
283+
更多功能及复杂使用,请参考`SQLAlchemy`[官方文档](https://www.sqlalchemy.org/).
283284

284285
`SQLAlchemy`非常强大,几乎可以满足你的任何复杂需求.
285286

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AbcAsyncDatabase
2-
2+
33
::: sqlalchemy_database._abc_async_database.AbcAsyncDatabase

docs/zh/docs/Reference/Database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Database
2-
2+
33
::: sqlalchemy_database.database.Database

0 commit comments

Comments
 (0)