Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymusNW committed Mar 19, 2024
1 parent 3cd58ef commit bfbf6fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]

## [Unreleased]

### Added

Expand Down
1 change: 0 additions & 1 deletion RyuSocks/Auth/UsernameAndPassword.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public Dictionary<string, string> Database

public bool Authenticate(ReadOnlySpan<byte> incomingPacket, out ReadOnlySpan<byte> outgoingPacket)
{

if (IsClient)
{
if (incomingPacket == null)
Expand Down

0 comments on commit bfbf6fd

Please sign in to comment.