Skip to content

Commit

Permalink
AsyncAndSyncRule
Browse files Browse the repository at this point in the history
### What's done:
   Fixed according our code style
  • Loading branch information
kentr0w committed Jan 15, 2021
1 parent 2f6df59 commit 0485ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AsyncAndSyncRuleTest : LintTestBase(::AsyncAndSyncRule) {
@Tag(WarningNames.RUN_BLOCKING_INSIDE_ASYNC)
fun `test dot qualified expression case`() {
lintMethod(
"""
"""
|fun foo() {
| GlobalScope.async {
| node.runBlocking()
Expand Down

0 comments on commit 0485ffb

Please sign in to comment.