Skip to content

Commit

Permalink
chore(pub_server): Fix analysis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys authored and dnys1 committed Aug 14, 2023
1 parent 42c650d commit 070d60d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
23 changes: 9 additions & 14 deletions packages/test/pub_server/lib/src/database.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions packages/test/pub_server/lib/src/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,10 @@ class PubServer {
switch (file.name.toLowerCase()) {
case 'pubspec.yaml':
pubspecYaml = utf8.decode(file.content as List<int>);
break;
case 'readme.md':
readme = utf8.decode(file.content as List<int>);
break;
case 'changelog.md':
changelog = utf8.decode(file.content as List<int>);
break;
}
}

Expand Down

0 comments on commit 070d60d

Please sign in to comment.