Skip to content

Commit dfb68f5

Browse files
chore(share_plus): remove unnecessary library name (#3522)
1 parent 6926144 commit dfb68f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/share_plus/share_plus/lib/src/share_plus_linux.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The Linux implementation of `share_plus`.
2-
library share_plus_linux;
2+
library;
33

44
import 'dart:ui';
55

packages/share_plus/share_plus/lib/src/share_plus_windows.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The Windows implementation of `share_plus`.
2-
library share_plus_windows;
2+
library;
33

44
import 'dart:ui';
55

0 commit comments

Comments
 (0)