Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 21, 2014
1 parent cdc83b6 commit f51cb35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/uuid.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

/// A UUID generator library.
/**
* A UUID generator library.
*/
library usage.uuid;

import 'dart:math' show Random;
Expand Down

0 comments on commit f51cb35

Please sign in to comment.