Skip to content

Commit

Permalink
Fix typo and useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Mar 30, 2024
1 parent f29ffb2 commit f8b422f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

### Changed

- Improve HTTP client for safer usage and better performance (#30)
- Improve HTTP client for safer usage and better performance

### Fixed

- Fix a crash when sending a notification
- Fix a crash when sending a notification (#30)

## [0.7.6] - 2024-03-24

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.intellij.notification.NotificationType
import com.intellij.notification.Notifications
import com.intellij.openapi.project.Project
import com.intellij.util.concurrency.AppExecutorUtil
import java.util.concurrent.ScheduledExecutorService
import java.util.concurrent.TimeUnit

class NotificationManager(val project: Project? = null) {
Expand Down

0 comments on commit f8b422f

Please sign in to comment.