mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-04-29 04:35:46 +08:00
Unnecessary semicolon removed (#677)
This file was ending with 2 semicolons, this produces Unnecessary semicolon. By this update the file is error free.
This commit is contained in:
committed by
Xavier Carpentier
parent
edf8fffcb1
commit
a47640832d
@@ -24,4 +24,4 @@ module.exports = [
|
||||
createdAt: new Date(Date.UTC(2016, 7, 30, 17, 20, 0)),
|
||||
system: true
|
||||
}
|
||||
];;
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user