mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-06 23:52:18 +01:00
Remove unnecessary self typing
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
package gitbucket.core.util
|
||||
|
||||
import gitbucket.core.service.RequestCache
|
||||
|
||||
/**
|
||||
* Converts an Emoji like :smiley: to its related image
|
||||
*/
|
||||
trait EmojiConverter { self: RequestCache =>
|
||||
trait EmojiConverter {
|
||||
|
||||
private val emojis = Set(
|
||||
"+1",
|
||||
|
||||
Reference in New Issue
Block a user