Skip to content

Commit 1d5234f

Browse files
committed
Trigger a travis build.
1 parent 7f9ed40 commit 1d5234f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

rust/src/android_editor.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
use std::sync::mpsc::{self, Receiver};
2-
3-
use j4rs::{Instance, InvocationArg, Jvm};
4-
use log::*;
51
// Copyright 2017 astonbitecode
62
// This file is part of rust-keylock password manager.
73
//
@@ -17,6 +13,8 @@ use log::*;
1713
//
1814
// You should have received a copy of the GNU General Public License
1915
// along with rust-keylock. If not, see <http://www.gnu.org/licenses/>.
16+
use j4rs::{Instance, InvocationArg, Jvm};
17+
use log::*;
2018
use rust_keylock::{
2119
AsyncEditor,
2220
Menu,
@@ -25,7 +23,7 @@ use rust_keylock::{
2523
Safe, UserOption,
2624
UserSelection,
2725
};
28-
26+
use std::sync::mpsc::{self, Receiver};
2927
use super::japi;
3028

3129
pub struct AndroidImpl {

0 commit comments

Comments
 (0)