mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 16:30:01 +08:00
chore: add trailing newlines (#4631)
This commit is contained in:
@@ -18,4 +18,4 @@ service example {
|
|||||||
)
|
)
|
||||||
@handler getPath2
|
@handler getPath2
|
||||||
get / (string) returns (string)
|
get / (string) returns (string)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
import "duplicate_path_expression_different_prefix__prefix_1.api"
|
import "duplicate_path_expression_different_prefix__prefix_1.api"
|
||||||
import "duplicate_path_expression_different_prefix__prefix_2.api"
|
import "duplicate_path_expression_different_prefix__prefix_2.api"
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ service example {
|
|||||||
)
|
)
|
||||||
@handler getPath2
|
@handler getPath2
|
||||||
get / (string) returns (string)
|
get / (string) returns (string)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ service example {
|
|||||||
)
|
)
|
||||||
@handler getPath1
|
@handler getPath1
|
||||||
get / (string) returns (string)
|
get / (string) returns (string)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user