Skip to content

Commit

Permalink
Move using where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Jul 19, 2013
1 parent bfb3f39 commit 7c8888e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/AttributeCollection.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.Linq;

namespace NMaier.SimpleDlna.Utilities
{
using Attribute = KeyValuePair<string, string>;
using System;

public sealed class AttributeCollection : IEnumerable<Attribute>
{
Expand Down

0 comments on commit 7c8888e

Please sign in to comment.