Skip to content

Commit b6dcb68

Browse files
committed
I missed a space 😔
1 parent 47e31f6 commit b6dcb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EXILED/Exiled.API/Extensions/ItemExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static class ItemExtensions
3232
/// </summary>
3333
/// <param name="item">The item to be checked.</param>
3434
/// <returns>Returns whether the <see cref="ItemType"/> is an ammo.</returns>
35-
public static bool IsAmmo(this ItemType item) => item.GetAmmoType() is not (AmmoType.None or AmmoType.Custom);
35+
public static bool IsAmmo(this ItemType item) => item.GetAmmoType() is not(AmmoType.None or AmmoType.Custom);
3636

3737
/// <summary>
3838
/// Check if an <see cref="ItemType">item</see> is a weapon.

0 commit comments

Comments
 (0)