Skip to content

Commit

Permalink
reformat all tabs to spaces (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry authored Feb 26, 2021
1 parent 1b3c338 commit 91ec2ba
Show file tree
Hide file tree
Showing 12 changed files with 1,770 additions and 1,770 deletions.
2 changes: 1 addition & 1 deletion examples/arrange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() {
let mut probe = timely::dataflow::operators::probe::Handle::new();

// create a dataflow managing an ever-changing edge collection.
let mut graph = worker.dataflow::<Product<(),usize>,_,_>(|scope| {
let mut graph = worker.dataflow::<Product<(),usize>,_,_>(|scope| {

// create a source operator which will produce random edges and delete them.
timely::dataflow::operators::generic::source(scope, "RandomGraph", |mut capability, info| {
Expand Down
2 changes: 1 addition & 1 deletion examples/compact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
let mut probe = timely::dataflow::operators::probe::Handle::new();

// create a dataflow managing an ever-changing edge collection.
let mut handle = worker.dataflow(|scope| {
let mut handle = worker.dataflow(|scope| {
let (handle, input) = scope.new_collection();
input.distinct().probe_with(&mut probe);
handle
Expand Down
Loading

0 comments on commit 91ec2ba

Please sign in to comment.