Skip to content
Snippets Groups Projects
Verified Commit c5ce7696 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Fixed too long line.

parent f9c55051
No related branches found
No related tags found
No related merge requests found
Pipeline #18909 passed
Pipeline: caosdb-octaveinttest

#18910

    ......@@ -153,7 +153,8 @@ classdef Entity < handle
    name = prop{1}.name;
    if isfield(result, name)
    error("caosdb:NameCollision", ...
    "Name collision: Two or more properties of the same name, cannot pack into struct.");
    ["Name collision: Two or more properties of the same name, " ...
    "cannot pack into struct."]);
    end
    result = setfield(result, name, prop{1});
    end
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment