modern: More whitespace cleanup and rewrite all files except functors!

modern-harvey2
Doug Coleman 2017-08-27 14:06:25 -05:00
parent e4f64e80bf
commit fb6defd60f
6 changed files with 3 additions and 6 deletions

View File

@ -218,4 +218,3 @@ ERROR: subseq-expected-but-got-eof n string expected ;
dup length 1 = [
-1 modify-to [ 1 - ] 2dip
] unless ;

View File

@ -15,4 +15,3 @@ IN: stream.extras
: write1-flush ( str -- ) output-stream get stream-write1-flush ; inline
: write-flush ( str -- ) output-stream get stream-write-flush ; inline
: print-flush ( str -- ) output-stream get stream-print-flush ; inline

View File

@ -30,4 +30,3 @@ SYMBOL: github-token
github-username get
github-token get
sync-organization-with-credentials ;