Skip to content

Commit 9e4edad

Browse files
author
Carl Masak
committed
fix comments, whitespace, enum/class
1 parent fe45e27 commit 9e4edad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

type-graph.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,12 @@ class CurrentThreadScheduler does Scheduler
170170
class ThreadPoolScheduler does Scheduler
171171
class Promise
172172
class Promise::Vow
173-
# enum PromiseStatus
174-
enum PromiseStatus is Int
173+
enum PromiseStatus is Int
175174
class Channel
176175
class Tap
177176
role Supply
178177
class SupplyOperations
179-
# enum Signal
180-
class Signal is Int
178+
enum Signal is Int
181179
class Semaphore
182180
class Lock
183181
class Proc::Async

0 commit comments

Comments
 (0)