mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-04 02:43:09 +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
|
```elixir
|
||||||
ExUnit.start(autorun: false)
|
ExUnit.start(autorun: false)
|
||||||
|
|
||||||
defmodule MyTest do
|
defmodule MyTest do
|
||||||
use ExUnit.Case, async: true
|
use ExUnit.Case, async: true
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ defmodule Livebook.Notebook.Welcome do
|
||||||
assert true
|
assert true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
ExUnit.run()
|
ExUnit.run()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue