diff --git a/src/event_emitter/mod.rs b/src/event_emitter/mod.rs index 93133a2d..287d59f3 100644 --- a/src/event_emitter/mod.rs +++ b/src/event_emitter/mod.rs @@ -16,8 +16,8 @@ use crate::events::collections::all::RoomEvent; use crate::models::Room; -// JUST AN IDEA -// +// JUST AN IDEA +// /// This is just a thought I had. Making users impl a trait instead of writing callbacks for events /// could give the chance for really good documentation for each event? @@ -43,5 +43,3 @@ pub trait EventEmitter { /// Any event that alters the state of the room's members fn on_room_member(&mut self, _: &Room, _: &RoomEvent) {} } - - diff --git a/src/models/room_state.rs b/src/models/room_state.rs index 2bbbb490..f4404b09 100644 --- a/src/models/room_state.rs +++ b/src/models/room_state.rs @@ -12,4 +12,3 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -