cleanup
This commit is contained in:
		@@ -43,6 +43,7 @@ namespace {
 | 
				
			|||||||
[[nodiscard]] auto decrypt(std::string_view data, std::string_view password)
 | 
					[[nodiscard]] auto decrypt(std::string_view data, std::string_view password)
 | 
				
			||||||
    -> std::string {
 | 
					    -> std::string {
 | 
				
			||||||
  REPERTORY_USES_FUNCTION_NAME();
 | 
					  REPERTORY_USES_FUNCTION_NAME();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (data.empty()) {
 | 
					  if (data.empty()) {
 | 
				
			||||||
    return std::string{data};
 | 
					    return std::string{data};
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user