Skip to content

Commit b4243d8

Browse files
committed
mix format
1 parent d578760 commit b4243d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/dining_philosophers.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule DiningPhilosophers do
22
@moduledoc false
3-
@doc"""
3+
@doc """
44
Classic dining philosophers problem solved with actor simulation.
55
66
Five philosophers sit at a round table with five forks. Each philosopher

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ defmodule GenServerVirtualTime.MixProject do
117117
{"docs/vlingo_generator.md", [title: "VLINGO XOOM Generator"]}
118118
],
119119
groups_for_extras: [
120-
"Project": [
120+
Project: [
121121
"README.md",
122122
"CHANGELOG.md",
123123
"CONTRIBUTING.md",

0 commit comments

Comments
 (0)