mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-03 18:35:41 +08:00
Format
This commit is contained in:
parent
2792280e3d
commit
5fede30764
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ defmodule Livebook.Notebook.Welcome do
|
|||
|
||||
```elixir
|
||||
ExUnit.start(autorun: false)
|
||||
|
||||
|
||||
defmodule MyTest do
|
||||
use ExUnit.Case, async: true
|
||||
|
||||
|
@ -180,7 +180,7 @@ defmodule Livebook.Notebook.Welcome do
|
|||
assert true
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
ExUnit.run()
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue