Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Conversation

tsvisabo
Copy link
Contributor

Description

Please include a summary of the change. Include the motivation for the change.

Fixes # (issue)

  • Enhancement (a non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines for this project
  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes

@tsvisabo tsvisabo requested a review from th0br0 as a code owner September 17, 2018 12:47

auto seed = seedFromUUID(uuid, _salt);
if (!securityLevel(uuid).has_value()) {
auto maybeSecurityLevel = std::move(securityLevel(uuid));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need the std::move here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants