Skip to content

Commit

Permalink
refactor: auto-save tidying up usings
Browse files Browse the repository at this point in the history
  • Loading branch information
olevett committed Mar 7, 2017
1 parent 92db689 commit 3aa312c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ReactiveUI/AutoPersistHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
Expand All @@ -7,9 +6,8 @@
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Reflection;
using System.Runtime.Serialization;
using Splat;

namespace ReactiveUI
Expand Down

0 comments on commit 3aa312c

Please sign in to comment.