Skip to content

Commit

Permalink
Fix indentation for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev authored and jonnew committed Jun 27, 2024
1 parent 506fc3d commit 0ab52ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpenEphys.Onix/OpenEphys.Onix/Test0Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ public unsafe override IObservable<Test0DataFrame> Generate()
observer.OnError,
observer.OnCompleted);

return deviceInfo.Context.FrameReceived
.Where(frame => frame.DeviceAddress == device.Address)
.SubscribeSafe(frameObserver);
})));
return deviceInfo.Context.FrameReceived
.Where(frame => frame.DeviceAddress == device.Address)
.SubscribeSafe(frameObserver);
})));
}
}
}

0 comments on commit 0ab52ed

Please sign in to comment.