Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Run spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis committed Jan 11, 2020
1 parent 1303a52 commit 192ac30
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright © 2017-2019 WireGuard LLC.
* Copyright © 2018-2019 Harsh Shandilya <[email protected]>. All Rights Reserved.
* Copyright © 2017-2020 WireGuard LLC.
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.wireguard.android.util;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright © 2017-2019 WireGuard LLC.
* Copyright © 2018-2019 Harsh Shandilya <[email protected]>. All Rights Reserved.
* Copyright © 2017-2020 WireGuard LLC.
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.wireguard.android.util;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright © 2017-2019 WireGuard LLC.
* Copyright © 2018-2019 Harsh Shandilya <[email protected]>. All Rights Reserved.
* Copyright © 2017-2020 WireGuard LLC.
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.wireguard.android.util;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
/*
* Copyright © 2017-2020 WireGuard LLC.
* Copyright © 2018-2020 Harsh Shandilya <[email protected]>. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package me.msfjarvis.viscerion.crypto;

import org.junit.Test;
import static org.junit.Assert.assertEquals;

import org.junit.Test;

public class KeyTest {
private static final String TEST_KEY = "Lr6H7NLgVC44JOe0t8P1X5dPm0QbF8JnBQjLdbWUiNk=";

Expand Down

0 comments on commit 192ac30

Please sign in to comment.