Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Nov 5, 2024
1 parent 113f99a commit 1537201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file_modified_time_reply.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ std::optional<datetime> file_modified_time_reply::parse_datetime(const reply & r

static const std::size_t min_time_val_size = 14;
static const std::size_t fractions_pos = min_time_val_size + 1;

std::string_view time_val = status_string.substr(4);

if (time_val.size() < min_time_val_size)
Expand Down

0 comments on commit 1537201

Please sign in to comment.