Skip to content

Commit

Permalink
fix placement of using
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra committed Mar 31, 2022
1 parent 2e124d2 commit 7b7a7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenTelemetry/Metrics/HistogramBuckets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
// limitations under the License.
// </copyright>

using System;

namespace OpenTelemetry.Metrics
{
using System;

/// <summary>
/// A collection of <see cref="HistogramBucket"/>s associated with a histogram metric type.
/// </summary>
Expand Down

0 comments on commit 7b7a7b6

Please sign in to comment.